-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHA: Several fixes on depexts workflow #6079
Conversation
…ecognised as centos
ENV FOO foo to ENV FOO=foo
RUN yum install -y $mainlibs $ocaml | ||
RUN yum install -y gcc-c++ | ||
RUN yum install -y gcc-c++ diffutils | ||
RUN sed -i 's/ID="almalinux"/ID="centos"/' /etc/os-release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think we should try to emulate centos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
centos is effectively a dead platform as far as the community goes. Trying to emulate a distribution that is diverging is a bad idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a dead platform true, but there are still users on it, and it is still supported by opam.
Almalinux is meant to be a replacement to centos, providing backward compatibility. Until it diverges completely, it is a good testing platform for centos jobs.
We could add a full support for almalinux & rockylinux, but that's another issue, and they should have their own jobs.
…ps, to have them cached and not computed each time
Thanks! |
Major ones:
os-version
to checkBackport to 2.2 by #6086